Closed
Conversation
Major Changes: - Added installation scripts for RTX 40xx/50xx GPUs with PyTorch 2.8.0 + CUDA 12.8 - Fixed Windows console Unicode encoding issues (removed emoji characters) - Made BasicSR optional for Python 3.13 compatibility - Fixed Gradio 6.x compatibility issues - Added CSS fix for system monitor visibility New Files: - install_40xx_50xx.bat: Automated installation for RTX 40xx/50xx GPUs - start.bat: Simple launcher script with venv activation - activate_venv.bat: Manual venv activation script - INSTALLATION_NOTES.md: Comprehensive installation documentation Modified Files: - diffusers_helper/models/hunyuan_video_packed.py: Replaced emoji with text - modules/toolbox/setup_ffmpeg.py: Fixed Unicode encoding issues - modules/toolbox/esrgan_core.py: Made BasicSR optional, added type annotations - modules/toolbox/toolbox_processor.py: Added ESRGAN availability checks - modules/toolbox_app.py: Added conditional ESRGAN initialization - modules/interface.py: Fixed Gradio 6 incompatible parameters, added system monitor CSS - modules/xy_plot_ui.py: Removed show_download_button parameter - studio.py: Replaced emoji in button text - .gitignore: Added .claude/ directory Technical Details: - PyTorch 2.8.0 with CUDA 12.8 support verified - BasicSR incompatible with Python 3.13 - made optional - Fixed show_download_button and show_share_button Gradio 6.x issues - Added medium gray background (#666) for system monitor textboxes - All core features working with Python 3.13 Tested On: - Windows with Python 3.13 - RTX GPU with CUDA 12.8 - Gradio 6.2.0 - PyTorch 2.8.0+cu128
- Fix theme configuration in interface.py by passing theme to Blocks() constructor - Remove invalid launch() parameters (css, title, theme) in studio.py - Ensure compatibility with Python 3.11 and PyTorch 2.7.0 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Member
|
Happy to merge this in but can you please adjust it to be against develop? |
Member
|
Feel free to re-open against develop. Closing for now. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.